home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
os2
/
adaptor.zip
/
ADAPT.ZIP
/
adaptor
/
src
/
include
/
calling.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-03
|
523b
|
31 lines
# ifndef yyCalling
# define yyCalling
# if defined __STDC__ | defined __cplusplus
# define ARGS(parameters) parameters
# else
# define ARGS(parameters) ()
# endif
# ifndef bool
# define bool char
# endif
# include "Tree.h"
# include "Definiti.h"
# include "CallGrap.h"
# line 11 "Calling.puma"
#include <stdio.h>
extern FILE *CGFile;
extern void Calling ARGS((tTree t));
extern void OutCallGraph ARGS((tCallGraph c));
extern void BeginCalling ();
extern void CloseCalling ();
# endif